.nav-pills .nav-link.active .border-rotation {
  border: 3px dashed #fff !important;
  background-color: transparent;
  outline: none;
  animation: spin 30s linear infinite;
  height: 170px !important;
  width: 170px !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
@keyframes spin{
  100%{
      transform: rotateZ(360deg);
  }
}
@keyframes pulse-btns {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 50%;
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    border-radius: 50%;
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    border-radius: 50%;
	}
}
.nav-pills .nav-link{
  animation: pulse-btns 2s infinite;
}
.nav-pills .nav-link.active{
  background-color: #1B77AF;
  animation: none;
}
.nav-pills .nav-link span{
  background-color: #1B77AF;
}
.nav-pills .nav-link span{
  background: #000000;
  padding: 10px;
  border-radius: 6px;
  z-index: 10000;
  position: relative;
  color: #ffffff;
}
.nav-pills .nav-link .img-nav{
  width: 170px;
  height: 170px;
  padding: 10px;
}
.nav-pills .nav-link .img-nav img{
  width: 100%;
  z-index: 300;
  position: relative;
}

.tab-content .tab-pane ul li{
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  list-style: upper-alpha;
  list-style-position: inside;
}
.nav-link.active .line{
  border-left: 2px dashed #ffffff;
  width: 2px !important;
  height: 80px !important;
  margin: 0 auto;
}
.line{
  height: 80px;
  width: 2px !important;
  margin: 0 auto;
}
.tab-content .tab-pane ul li b{
  color: #ffffff;
}
.header-new {
  width: 100%;
  min-height: 200px;
  display: flex;
  background-color: #1B77AF;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Be548397d-84c0-499a-b4e6-3ff040594d62%7D_patt.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 4rem 3rem 2rem;
}
.header-new .header-txt .txt-inner p{
  margin-bottom: 40px;
}
.box-pdf{
  text-align: center;
  margin-bottom: 80px;
}
.box-pdf a{
  background-color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  color: #1B77AF;
  border-radius: 4px;
  transition: all 300ms linear;
  text-decoration: none;
}
.box-pdf a:hover{
  background-color: #1B77AF;
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 300ms linear;
}
.box-pdf img{
  margin: 0 auto;
  width: 80%;
}
.cont-tav{
  margin-top: 50px;
  padding: 30px;
  border-radius: 10px;

}
.cont-tav .tab-content{
 background-color: #004e6c;
 color: #ffffff;
 padding: 40px;
 border-radius: 10px;
 margin-top: -20px;
 z-index: 10000;
 position: relative;
}
.cont-tav .tab-conte .tab-pane{
  color: #ffffff !important;
}

.header-new .header-txt .txt-inner a{
  padding: 0.7rem 1rem;
    background: #da291c;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 50px;
    text-decoration: none !important;
    border: 2px solid #da291c;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    margin-top: 50px !important;
}
.header-new .header-txt .txt-inner a:hover{
  padding: 0.7rem 1rem;
    background: #fff;
    color: #1B77AF;
    text-align: center;
    border-radius: 10px;
    padding: 10px 50px;
    border: 2px solid #1B77AF;
    text-decoration: none;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    margin-top: 50px !important;
}
#bocks-D{
  display: none;
}
@media screen and (max-width: 991px) {
  .header-new {
    flex-direction: column;
    padding: 1rem;
  }
}
.header-new .header-txt {
  flex-basis: 60%;
  padding: 0 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-new .header-txt {
    width: 100%;
    padding: 2rem;
  }
}
.header-new .header-txt .txt-inner h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
.header-new .header-txt .txt-inner p {
  font-size: 1.9rem;
  color: #fff;
}
.header-new .header-img {
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .header-new .header-img {
    min-height: 300px;
  }
}
.header-new .header-img img {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .header-new .header-img img {
    padding: 2rem 0;
    margin: 0 auto;
    width: 100%;
  }
}

.sub2 {
  width: 100%;
  min-height: 200px;
  background: #1B77AF;
  display: flex;
  padding: 0rem 4rem 0rem;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sub2 {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.sub2 .sub-txt {
  width: 90%;
}
@media screen and (max-width: 991px) {
  .sub2 .sub-txt {
    width: 110%;
  }
  .cont-tav {
    margin-top: 50px;
    padding: 0px; 
    border-radius: 0px;
}
.nav-pills .nav-link .img-nav {
  width: 100px;
  height: 100px;
  padding: 10px;
}
}
.sub2 .sub-txt p {
  color: #fff;
  font-size: 18px;
}
.sub2 .sub-txt p b {
  color: #fff;
}
.sub2 .sub-img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .sub2 .sub-img {
    width: 100%;
  }
}
.sub2 .sub-img img {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sub2 .sub-img img {
    width: 100%;
    padding-top: 2rem;
  }
}

.bocks2 {
  width: 100%;
  min-height: auto;
  padding: 1rem 6rem 5rem;
  display: flex;
  background: #1B77AF;
}
@media screen and (max-width: 991px) {
  .bocks2 {
    flex-direction: column;
    padding: 2rem;
  }
}
.bocks2 .offer {
  width: 25%;
  box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.17);
  background: #fff;
  border-radius: 3px;
  margin: 0 0.7rem;
  position: relative;
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .bocks2 .offer:last-child {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bocks2 .offer {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.bocks2 .offer hr {
  margin: 20px auto 20px;
}
.bocks2 .offer .t-offer {
  min-height: 280px;
  padding: 2rem;
}
.bocks2 .offer .t-offer h2 {
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #fff;
}
.bocks2 .offer .t-offer h3 {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
}
.bocks2 .offer .t-offer .dest {
  width: 100%;
  min-height: 40px;
  background: #EA6834;
  position: absolute;
  left: 0;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bocks2 .offer .t-offer .dest p {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.bocks2 .offer ul {
  padding: 3rem;
}
.bocks2 .offer ul li {
  list-style: square;
  font-size: 14px;
  padding-bottom: 10px;
  color: #575759;
}
.bocks2 .offer span {
  font-size: 12px;
  line-height: normal;
  text-align: center;
  display: block;
}
.bocks2 .offer a {
  padding: 0.7rem 1rem;
  background: #fff;
  color: #1B77AF;
  position: absolute;
  text-align: center;
  bottom: 2rem;
  margin: 0 auto;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  border-radius: 10px;
  border: 2px solid #1B77AF;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.bocks2 .offer a:hover {
  text-decoration: none;
  background: #1B77AF;
  color: #fff;
  font-weight: 700;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.main-form {
  display: flex;
}
@media screen and (max-width: 991px) {
  .main-form {
    flex-direction: column;
  }
}

.main-info {
  flex-basis: 40%;
}
@media screen and (max-width: 991px) {
  .main-info {
    width: 100%;
  }
}

.colform {
  flex-basis: 60%;
}
@media screen and (max-width: 991px) {
  .colform {
    width: 100%;
  }
  
}
@keyframes offset{
  100%{
    stroke-dashoffset: 0;
  }
}

.st22{
  stroke: #ffffff;
  stroke-width: 2;
  stroke-dasharray: 5;
  stroke-dashoffset: 150;

  animation: offset 5s linear infinite ;
}
.iq-features{
  background-color: #1B77AF;
}
.iq-features .container{
  text-align: center;
}
.clientes{
  color: #ffffff;
}
.hide{
  display: none !important;
}
#offer1{
 
  cursor: pointer;
  overflow: hidden !important;
  height: 260px;
  
}
#offer2{
  cursor: pointer;
  overflow: hidden !important;
  height: 260px;
}
#offer3{
  cursor: pointer;
  overflow: hidden !important;
  height: 260px;
}
#offer4{
  cursor: pointer;
  overflow: hidden !important;
  height: 260px;
}

#offer1 a, #offer2 a, #offer3 a, #offer4 a{
  opacity: 0;
}
.row .col-sm-6 div{
  width: 100% !important;
}
.linered{
  background-color: #da291c;
  height: 5px;
  width: 70px;
  margin: 20px auto;
}
.circleleft{
  margin-left: -40px;
}

.circleright{
  margin-right: -40px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .circleleft{
    margin-left: -150px;
  }
  
  .circleright{
    margin-right: -150px;
  }
}
@media only screen and (max-width:991px) {
  .circleleft{
    margin-left: 83px !important;
  }
  .box-c .col-lg-2 img {
    width: 80px !important;
  }
  .nav-pills .nav-link.active .border-rotation {
    background-color: transparent;
    outline: none;
    animation: 30s linear 0s infinite normal none running spin;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    border: 3px dashed rgb(255, 255, 255) !important;
    height: 100px !important;
    width: 100px !important;
}
  .cont-tav .tab-content {
      background-color: #004e6c;
      color: #ffffff;
      padding: 40px;
      border-radius: 10px;
      margin-top: 20px;
      z-index: 10000;
  }
  .d-flex .nav {
    display: -webkit-box;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.cont-tav .d-flex{
  display: block !important;
}
.active .line-w {
   display: none !important;
}
  .circleright{
    margin-right: 83px !important;
  }
  #offer1, #offer2, #offer3, #offer4{
    display: none !important;
  }
  #bocks-D{
    display: block;
  }
  .bocks2 .offer {
    width: 100% !important;
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 17%);
    background: #fff;
    border-radius: 3px;
    margin: 20px 0.7rem;
    position: relative;
    padding-bottom: 6rem;
  }
  
}
@media only screen and (max-width:599px) {
  .circleleft{
    margin-left: 0px !important;
    
  }
  .circleright{
    margin-right: 0px !important;
  }
  #offer1, #offer2, #offer3, #offer4{
    display: none !important;
  }
  #bocks-D{
    display: block;
  }
  .bocks2 .offer .t-offer {
    min-height: auto !important;
    padding: 2rem;
  }
  .bocks2 .offer {
    width: 100% !important;
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 17%);
    background: #fff;
    border-radius: 3px;
    margin: 20px 0.7rem;
    position: relative;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  #offer1, #offer2, #offer3, #offer4{
    display: none !important;
  }
  #bocks-D{
    display: block;
  }
  .bocks2 .offer .t-offer {
    min-height: auto;
    padding: 2rem;
  }
  .bocks2 .offer {
    width: 100% !important;
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 17%);
    background: #fff;
    border-radius: 3px;
    margin: 20px 0.7rem;
    position: relative;
    padding-bottom: 6rem;
  }
}
.active .line-w{
  width: 34px;
  border-bottom: 3px dashed #ffffff;
  position: relative;
  top: 85px;
  left: 168px;
  z-index: 5000000;
}

.box-c .col-lg-2 img{
  width: 80%;
}
.box-c .col-lg-2{
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-items: center;
}
.box-c .col-lg-10 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}

.box-c .col-lg-10 b{
  color: #EA6834;
  font-size: 18px;
}